home *** CD-ROM | disk | FTP | other *** search
- object DataModule2: TDataModule2
- OldCreateOrder = False
- Left = 244
- Top = 191
- Height = 480
- Width = 696
- object PageProducer1: TPageProducer
- HTMLDoc.Strings = (
- '<FONT FACE="Verdana"SIZE=2>'
- 'Hello, ASP'
- '<P>'
- 'Today is: <#DATE FORMAT=YYYY/MM/DD>'
- '<P>'
- '<HR>')
- OnHTMLTag = PageProducer1HTMLTag
- Left = 88
- Top = 48
- end
- object DataSetTableProducer1: TDataSetTableProducer
- Columns = <
- item
- FieldName = 'Species No'
- end
- item
- FieldName = 'Category'
- end
- item
- FieldName = 'Common_Name'
- end
- item
- FieldName = 'Species Name'
- end
- item
- FieldName = 'Length (cm)'
- end
- item
- FieldName = 'Length_In'
- end>
- DataSet = Query1
- TableAttributes.BgColor = 'Silver'
- TableAttributes.Border = 1
- Left = 88
- Top = 120
- end
- object Query1: TQuery
- Active = True
- DatabaseName = 'DBDEMOS'
- SQL.Strings = (
- 'SELECT * FROM BIOLIFE.DB AS B WHERE (B."Length_in" >= :LEN)')
- Left = 232
- Top = 216
- ParamData = <
- item
- DataType = ftInteger
- Name = 'LEN'
- ParamType = ptInput
- Value = 7
- end>
- end
- object QueryTableProducer1: TQueryTableProducer
- Columns = <
- item
- FieldName = 'Species No'
- end
- item
- FieldName = 'Category'
- end
- item
- FieldName = 'Common_Name'
- end
- item
- FieldName = 'Species Name'
- end
- item
- FieldName = 'Length (cm)'
- end
- item
- FieldName = 'Length_In'
- end>
- Query = Query1
- Left = 88
- Top = 216
- end
- object DMQueryTableProducer1: TDMQueryTableProducer
- Query = Query1
- Left = 80
- Top = 304
- end
- object DataSetProvider1: TDataSetProvider
- DataSet = Query1
- Constraints = True
- Left = 232
- Top = 288
- end
- object MidasPageProducer1: TMidasPageProducer
- HTMLDoc.Strings = (
- '<HTML>'
- '<HEAD>'
- '</HEAD>'
- '<BODY>'
- '<#INCLUDES><#STYLES><#WARNINGS><#FORMS><#SCRIPT>'
- '</BODY>'
- '</HTML>')
- IncludePathURL = 'http://192.168.92.201/cgi-bin/'
- Left = 360
- Top = 352
- object DataForm1: TDataForm
- object DataGrid1: TDataGrid
- XMLBroker = XMLBroker1
- object SpeciesNo: TTextColumn
- DisplayWidth = 9
- Caption = 'Species No'
- FieldName = 'Species No'
- end
- object Category: TTextColumn
- DisplayWidth = 10
- Caption = 'Category'
- FieldName = 'Category'
- end
- object Common_Name: TTextColumn
- DisplayWidth = 18
- Caption = 'Common_Name'
- FieldName = 'Common_Name'
- end
- object SpeciesName: TTextColumn
- DisplayWidth = 20
- Caption = 'Species Name'
- FieldName = 'Species Name'
- end
- object Lengthcm: TTextColumn
- DisplayWidth = 10
- Caption = 'Length (cm)'
- FieldName = 'Length (cm)'
- end
- object Length_In: TTextColumn
- DisplayWidth = 9
- Caption = 'Length_In'
- FieldName = 'Length_In'
- end
- object StatusColumn1: TStatusColumn
- Caption = '*'
- end
- end
- object DataNavigator1: TDataNavigator
- XMLComponent = DataGrid1
- object FirstButton1: TFirstButton
- XMLComponent = DataGrid1
- Caption = '|<'
- end
- object PriorPageButton1: TPriorPageButton
- XMLComponent = DataGrid1
- Caption = '<<'
- end
- object PriorButton1: TPriorButton
- XMLComponent = DataGrid1
- Caption = '<'
- end
- object NextButton1: TNextButton
- XMLComponent = DataGrid1
- Caption = '>'
- end
- object NextPageButton1: TNextPageButton
- XMLComponent = DataGrid1
- Caption = '>>'
- end
- object LastButton1: TLastButton
- XMLComponent = DataGrid1
- Caption = '>|'
- end
- end
- end
- end
- object XMLBroker1: TXMLBroker
- Params = <>
- ProviderName = 'DataSetProvider1'
- WebDispatch.PathInfo = 'XMLBroker1'
- Left = 232
- Top = 352
- end
- end
-